home *** CD-ROM | disk | FTP | other *** search
- // 13-Mar-00 $$1 JJE Created
- // 13-Apr-00 $$2 JJE Changes
- #include:head.inc
-
- set nmsdir=$prodir/$mc/nms
-
- $nmsdir/nmsq -quiet -off
-
- if ($status == 0) then
- echo "DCAD disabled successfully"
- else
- $nmsdir/nmsq -quiet -ping
-
- if ($status == 0) then
- echo "dcad_shutdown failed. Incompatible nmsd daemon is running."
- else
- echo "nmsd is not running. DCAD was not enabled"
- endif
- endif
-